Module: MerbAdmin::AbstractModel::DatamapperSupport::InstanceMethods

Defined in:
lib/datamapper_support.rb

Instance Method Summary collapse

Instance Method Details

#clear_association(association) ⇒ Object



157
158
159
# File 'lib/datamapper_support.rb', line 157

def clear_association(association)
  association.clear
end

#destroyObject



145
146
147
# File 'lib/datamapper_support.rb', line 145

def destroy
  super
end

#errorsObject



153
154
155
# File 'lib/datamapper_support.rb', line 153

def errors
  super
end

#idObject



137
138
139
# File 'lib/datamapper_support.rb', line 137

def id
  super
end

#saveObject



141
142
143
# File 'lib/datamapper_support.rb', line 141

def save
  super
end

#update_attributes(attributes) ⇒ Object



149
150
151
# File 'lib/datamapper_support.rb', line 149

def update_attributes(attributes)
  super
end