docbrown/app/controllers/admin
Andy Zhao 073e5444ac Add tag moderation feature (#201)
* Fix edge case for tag admin update

* Change single quotes to double quotes

* Add MVP of tag edit page

* Update rubocop version

* Use actual hex colors since vars broke

* Add enabling tag moderators via admin panel

* Remove unused boolean and variables

* Add a description for scholars

* Remove unintended method

* Update auth to work correctly

* Update boolean properly
2018-04-11 15:16:49 -07:00
..
application_controller.rb Initial commit 2018-02-28 16:11:08 -05:00
articles_controller.rb Initial commit 2018-02-28 16:11:08 -05:00
collections_controller.rb Initial commit 2018-02-28 16:11:08 -05:00
comments_controller.rb Allow changing user for comments in admin panel (#113) 2018-03-20 16:25:09 -04:00
display_ads_controller.rb Initial commit 2018-02-28 16:11:08 -05:00
email_messages_controller.rb Initial commit 2018-02-28 16:11:08 -05:00
feedback_messages_controller.rb Initial commit 2018-02-28 16:11:08 -05:00
follows_controller.rb Initial commit 2018-02-28 16:11:08 -05:00
organizations_controller.rb Initial commit 2018-02-28 16:11:08 -05:00
podcast_episodes_controller.rb Initial commit 2018-02-28 16:11:08 -05:00
podcasts_controller.rb Initial commit 2018-02-28 16:11:08 -05:00
reactions_controller.rb Initial commit 2018-02-28 16:11:08 -05:00
tags_controller.rb Add tag moderation feature (#201) 2018-04-11 15:16:49 -07:00
users_controller.rb Add tag moderation feature (#201) 2018-04-11 15:16:49 -07:00