summaryrefslogtreecommitdiff
path: root/app/controllers/admin/admin_controller.rb
AgeCommit message (Collapse)Author
2014-09-07add links to admin section to my_nav.mo khan
2014-09-07rename before_filter to before_action.mo khan
2014-08-16rename is_admin to admin on users table.mo khan
2013-12-31when checking if they are an admin use try so that if they are not logged in ↵mo khan
it doesn't create an error.
2013-12-29extract admin layout.mo khan
2013-12-29extract admin controller.mo khan