Module: RedminePluginsHelper::Patches::Redmine::PluginMigrationContextPatch
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/redmine_plugins_helper/patches/redmine/plugin_migration_context.rb
Instance Method Summary collapse
Instance Method Details
#get_all_versions ⇒ Object
11 12 13 |
# File 'lib/redmine_plugins_helper/patches/redmine/plugin_migration_context.rb', line 11 def get_all_versions plugin.present? ? plugin.migrations : super end |