Method: Ardm::Ar::Query::ClassMethods#first_or_create

Defined in:
lib/ardm/ar/query.rb

#first_or_create(find_params) ⇒ Object



74
75
76
# File 'lib/ardm/ar/query.rb', line 74

def first_or_create(find_params)
  all(find_params).first_or_create
end