Module: Countrizable::ActiveRecord::HasManyExtensions
- Defined in:
- lib/countrizable/active_record/act_macro.rb
Instance Method Summary collapse
Instance Method Details
#find_or_initialize_by_country_code(country_code) ⇒ Object
111 112 113 |
# File 'lib/countrizable/active_record/act_macro.rb', line 111 def find_or_initialize_by_country_code(country_code) with_country_code(country_code.to_s).first || build(:country_code => country_code.to_s) end |