4 lines
216 B
Ruby
4 lines
216 B
Ruby
|
# 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
|