Skip to content

Instantly share code, notes, and snippets.

@dakatsuka
Created December 24, 2010 11:55
Show Gist options
  • Save dakatsuka/754140 to your computer and use it in GitHub Desktop.
Save dakatsuka/754140 to your computer and use it in GitHub Desktop.
class Hoge
include ActiveModel::AttributeMethods
def initialize(*args)
super(*args)
args.first.each do |k,v|
send("#{k}=", v)
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment