Method: SystemUpdateController#index
- Defined in:
- app/controllers/system_update_controller.rb
#index ⇒ Object
Shows current information about the app.
144 145 146 147 |
# File 'app/controllers/system_update_controller.rb', line 144 def index app_gem_name = Rails.application.class.parent_name.underscore @additional = BarkestCore.gem_list(app_gem_name, true) end |