Setup admin page for blogs.

This commit is contained in:
Andrew Tomaka 2012-05-05 01:14:30 -04:00
parent 599b826645
commit d200426167

8
app/admin/blog.rb Normal file
View file

@ -0,0 +1,8 @@
ActiveAdmin.register Blog do
index do
column :id
column :title
column :release
default_actions
end
end