class Fushin::Models::Model

Public Instance Methods

title() click to toggle source
# File lib/fushin/models/model.rb, line 6
def title
  raise NotImplementedError, "You must implement #{self.class}##{__method__}"
end
to_attachements() click to toggle source
# File lib/fushin/models/model.rb, line 10
def to_attachements
  raise NotImplementedError, "You must implement #{self.class}##{__method__}"
end