Created
May 18, 2012 21:47
-
-
Save samgranieri/2727772 to your computer and use it in GitHub Desktop.
activeadmin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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