Skip to content

Instantly share code, notes, and snippets.

@ahoward
Created March 10, 2011 23:59
Show Gist options
  • Select an option

  • Save ahoward/865218 to your computer and use it in GitHub Desktop.

Select an option

Save ahoward/865218 to your computer and use it in GitHub Desktop.
class ApplicationController < ActionController::Base
# various html/form generation shortcuts
#
def authenticity_token
@authenticity_token || helper.form_authenticity_token
end
helper_method :authenticity_token
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment