root/app/controllers/main_controller.rb~
@
8
Revision 8, 239 bytes (checked in by falcon, 17 years ago) |
---|
Rev | Line | |
---|---|---|
[8] | 1 | class MainController < ApplicationController |
2 | #before_filter :login_required | |
3 | layout "main" | |
4 | ||
5 | def index | |
6 | ||
7 | respond_to do |format| | |
8 | format.html # index.html.erb | |
9 | end | |
10 | end | |
11 | ||
12 | def contact | |
13 | ||
14 | end | |
15 | ||
16 | def bio | |
17 | ||
18 | end | |
19 | ||
20 | end |
Note: See TracBrowser
for help on using the browser.