Skip to content

Instantly share code, notes, and snippets.

@jdkealy
Created October 28, 2011 20:49
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jdkealy/1323514 to your computer and use it in GitHub Desktop.
Save jdkealy/1323514 to your computer and use it in GitHub Desktop.
config.model PagePart do
edit do
field :content, :text do
ckeditor do
true
end
end
end
end
@matenia
Copy link

matenia commented May 20, 2012

simplified here ... https://gist.github.com/2758056

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment