Module: Nameable::ClassMethods
- Included in:
- BestCompanies::Industry, BestCompanies::State
- Defined in:
- lib/best_companies/concerns/nameable.rb
Instance Method Summary collapse
Instance Method Details
#create(name) ⇒ Object
4 5 6 |
# File 'lib/best_companies/concerns/nameable.rb', line 4 def create(name) self.new(name).tap{|s|s.save} end |