Skip to content

Instantly share code, notes, and snippets.

@edtjones
Created February 9, 2015 12:07
Show Gist options
  • Save edtjones/5480a6f2b68594118744 to your computer and use it in GitHub Desktop.
Save edtjones/5480a6f2b68594118744 to your computer and use it in GitHub Desktop.
ContentfulRails - add helpers to your ApplicationController
class ApplicationController < ActionController::Base
# Prevent CSRF attacks by raising an exception.
# For APIs, you may want to use :null_session instead.
protect_from_forgery with: :exception
#Include the ContentfulRails Markdown helper.
helper ContentfulRails::MarkdownHelper
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment