baea5d69be
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