rails--rails/railties/helpers/application.rb

6 lines
211 B
Ruby
Raw Normal View History

# Filters added to this controller apply to all controllers in the application.
# Likewise, all the methods added will be available for all controllers.
class ApplicationController < ActionController::Base
end