Method: EffectiveResourcesHelper#edit_effective_wizard?

Defined in:
app/helpers/effective_resources_helper.rb

#edit_effective_wizard?Boolean

Returns:

  • (Boolean)


263
264
265
# File 'app/helpers/effective_resources_helper.rb', line 263

def edit_effective_wizard?
  controller.class.try(:effective_wizard_controller?) && defined?(resource) && resource.draft?
end