module Whiteprint::HasWhiteprint

Public Instance Methods

has_whiteprint() click to toggle source
# File lib/whiteprint/has_whiteprint.rb, line 3
def has_whiteprint
  send :include, ::Whiteprint::Model
end