Module: Para::Component::History

Extended by:
ActiveSupport::Concern
Included in:
Crud, Form
Defined in:
lib/para/component/history.rb

Instance Method Summary collapse

Instance Method Details

#history?Boolean

Returns:

  • (Boolean)


10
11
12
# File 'lib/para/component/history.rb', line 10

def history?
  history.present? && history == 'true'
end