root/app/controllers/main_controller.rb~ @ 11

Revision 8, 239 bytes (checked in by falcon, 17 years ago)

Tweaks and upgrades, routes/paginate/etc

Line 
1class MainController < ApplicationController
2#before_filter :login_required
3layout "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.