public
Description: Manage markup close to home... right in the model! Caching, validation, etc
Homepage:
Clone URL: git://github.com/technicalpickles/has_markup.git
has_markup / init.rb
100644 5 lines (4 sloc) 0.088 kb
1
2
3
4
5
require 'has_markup'
 
if defined? ThoughtBot::Shoulda
  require 'has_markup/shoulda'
end