class Her::Model::Associations::HasManyAssociation
Public Instance Methods
destroy(id)
click to toggle source
# File lib/userbin/ext/her.rb, line 10 def destroy(id) @klass.destroy_existing(id, :"#{@parent.singularized_resource_name}_id" => @parent.id) end