class EngagingNetworks::ActionModel
Public Class Methods
new(attrs = {})
click to toggle source
# File lib/engaging_networks/action_model.rb, line 7 def initialize(attrs = {}) attrs.each do |key,value| if self.respond_to?("#{key}=") self.send("#{key}=", value) end end end
reflect_on_association(association)
click to toggle source
# File lib/engaging_networks/action_model.rb, line 19 def self.reflect_on_association(association) nil end
Public Instance Methods
persisted?()
click to toggle source
# File lib/engaging_networks/action_model.rb, line 15 def persisted? false end