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_versionsObject

rubocop:disable Naming/AccessorMethodName



11
12
13
# File 'lib/redmine_plugins_helper/patches/redmine/plugin_migration_context.rb', line 11

def get_all_versions # rubocop:disable Naming/AccessorMethodName
  plugin.present? ? plugin.migrations : super
end