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

4 lines
219 B
Ruby

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