aboutsummaryrefslogblamecommitdiffstats
path: root/railties/lib/rails/welcome_controller.rb
blob: 45b764fa6b76ac4c47ba52d89f3a39582bb7858f (plain) (tree)
1
2
3
4
5
6
7






                                                                 
class Rails::WelcomeController < ActionController::Base # :nodoc:
  self.view_paths = File.expand_path('../templates', __FILE__)
  layout nil

  def index
  end
end