module Para::Component::History

Public Instance Methods

history?() click to toggle source
# File lib/para/component/history.rb, line 10
def history?
  history.present? && history == 'true'
end