Method: ObjectJSONMapper::Base.find_by
- Defined in:
- lib/object_json_mapper/base.rb
.find_by(conditions = {}) ⇒ ObjectJSONMapper::Base
rubocop:disable Rails/FindBy
157 158 159 |
# File 'lib/object_json_mapper/base.rb', line 157 def find_by(conditions = {}) where(conditions).first end |