Module: ActiveVersioning::Workflow::DSL

Defined in:
lib/active_versioning/workflow/dsl.rb

Instance Method Summary collapse

Instance Method Details

#show_version(options = {}, &block) ⇒ Object



4
5
6
# File 'lib/active_versioning/workflow/dsl.rb', line 4

def show_version(options = {}, &block)
  config.set_page_presenter :show_version, ::ActiveAdmin::PagePresenter.new(options, &block)
end