Class: ActiveAdminPro::InstallGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- ActiveAdminPro::InstallGenerator
- Defined in:
- lib/generators/active_admin_pro/install_generator.rb
Instance Method Summary collapse
-
#install_javascript ⇒ Object
Install the active_admin_pro require to active_admin.js.
-
#install_stylesheet ⇒ Object
Install the active_admin_pro require to active_admin.scss.
Instance Method Details
#install_javascript ⇒ Object
Install the active_admin_pro require to active_admin.js.
5 6 7 |
# File 'lib/generators/active_admin_pro/install_generator.rb', line 5 def install_javascript # FIXME: Implement end |
#install_stylesheet ⇒ Object
Install the active_admin_pro require to active_admin.scss.
10 11 12 |
# File 'lib/generators/active_admin_pro/install_generator.rb', line 10 def install_stylesheet # FIXME: Implement end |