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

Defined in:
lib/datamapper_support.rb

Instance Method Summary collapse

Instance Method Details

#clear_association(association) ⇒ Object



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

def clear_association(association)
  association.clear
end

#destroyObject



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

def destroy
  super
end

#errorsObject



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

def errors
  super
end

#idObject



130
131
132
# File 'lib/datamapper_support.rb', line 130

def id
  super
end

#saveObject



134
135
136
# File 'lib/datamapper_support.rb', line 134

def save
  super
end

#update_attributes(attributes) ⇒ Object



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

def update_attributes(attributes)
  super
end