root/app/controllers/artwork_controller.rb @ 3

Revision 1, 293 bytes (checked in by falcon, 17 years ago)

Version one -> initial work from the laptop.

Line 
1class ArtworkController < ApplicationController
2#before_filter :login_required
3layout "main"
4                           
5  def index
6#       @galleries = Artwork.galleries
7 
8        respond_to do |format|
9          format.html  # index.html.erb
10          format.xml  { render :xml => @models }
11        end
12  end
13 
14  def manage
15 
16  end
17
18  end
Note: See TracBrowser for help on using the browser.