module ActsAsSeoFriendly::Datable::Core::ClassMethods

Public Instance Methods

seo_datable_with(format_attribute) click to toggle source

Define method for setting default format argument

# File lib/acts_as_seo_friendly/datable/core.rb, line 33
def seo_datable_with(format_attribute)
  self.format_attribute = format_attribute.to_sym
end