Last active
October 27, 2015 07:26
-
-
Save YumaInaura/d9e3483caeb72e2f8d93 to your computer and use it in GitHub Desktop.
Rails4 に ActiveAdmin を導入するための最小手順 ref: http://qiita.com/Yinaura/items/c77fcf48c3a2bb183f7e
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
$ bundle install |
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
+ gem 'devise' | |
+ gem 'activeadmin', github: 'activeadmin' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment