Class: LucaSalary::Profile

Inherits:
LucaRecord::Base
  • Object
show all
Defined in:
lib/luca_salary/profile.rb

Class Method Summary collapse

Class Method Details

.gen_profile!(name) ⇒ Object



8
9
10
# File 'lib/luca_salary/profile.rb', line 8

def self.gen_profile!(name)
  create({ 'name' => name })
end