Skip to content

Instantly share code, notes, and snippets.

@marciol
Created October 22, 2009 17:33
Show Gist options
  • Save marciol/216114 to your computer and use it in GitHub Desktop.
Save marciol/216114 to your computer and use it in GitHub Desktop.
# 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
helper :all # include all helpers, all the time
protect_from_forgery # See ActionController::RequestForgeryProtection for details
# Este layout tem precedência sobre a convenção do rails.
layout 'blog'
# Scrub sensitive parameters from your log
# filter_parameter_logging :password
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment