Module: Para::Component::History
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/para/component/history.rb
Instance Method Summary collapse
Instance Method Details
#history? ⇒ Boolean
10 11 12 |
# File 'lib/para/component/history.rb', line 10 def history? history.present? && history == 'true' end |