Module: HasMarkup

Defined in:
lib/has_markup/textile.rb,
lib/has_markup/version.rb,
lib/has_markup/markdown.rb,
lib/has_markup/active_record.rb

Defined Under Namespace

Modules: ActiveRecord, Markdown, Textile, Version

Class Method Summary collapse

Class Method Details

.default_has_markup_optionsObject



62
63
64
65
66
67
68
# File 'lib/has_markup/active_record.rb', line 62

def self.default_has_markup_options
  {
    :syntax => :markdown,
    :required => false,
    :cache_html => false
  }
end