Skip to content

Instantly share code, notes, and snippets.

@samgranieri
Created May 18, 2012 21:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samgranieri/2727772 to your computer and use it in GitHub Desktop.
Save samgranieri/2727772 to your computer and use it in GitHub Desktop.
activeadmin
# Add this to the bottom of config/initializers/active_admin.rb
module ActiveAdmin
class Comment < ActiveRecord::Base
attr_accessible :body, :namespace, :resource_id, :resource_type
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment