application.rb 216 Bytes Edit Raw Blame History 1 2 3 4 # Filters added to this controller will be run for all controllers in the application. # Likewise, all the methods added will be available for all controllers. class ApplicationController < ActionController::Base end