Files
fetsite/app/controllers/home_controller.rb
Andreas Stephanides 401689d04c ignore tempfiles
2013-08-19 18:54:04 +02:00

14 lines
198 B
Ruby
Executable File

class HomeController < ApplicationController
def index
end
def dev
end
def startdev
render 'setup_fetsite_dev'
end
def linksnotimplemented
render 'links_notimplemented'
end
end