Method: Megam::Credits.create

Defined in:
lib/megam/core/credits.rb

.create(params) ⇒ Object



116
117
118
119
# File 'lib/megam/core/credits.rb', line 116

def self.create(params)
    acct = from_hash(params)
    acct.create
end