Skip to content

Commit

Permalink
Interfaces for comments and posts
Browse files Browse the repository at this point in the history
  • Loading branch information
dce committed May 31, 2011
1 parent 066e77d commit 5282f75
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/admin/comments.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
ActiveAdmin.register Comment, :as => "PostComment" do
menu :label => "Comments"
end
3 changes: 3 additions & 0 deletions app/admin/posts.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
ActiveAdmin.register Post do
filter :published, :as => :check_boxes
end

0 comments on commit 5282f75

Please sign in to comment.