root/app/controllers/main_controller.rb @ 6

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

75% complete. ajax support for engineering and galleries. galleries add/edit. artwork and engineering layouts.

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.