activerecord-one 1.0.2
Provides `ActiveRecord::Relation#one!`, a convenience method that asserts a relation contains exactly one record and returns it. If there are no records or more than one, an `ActiveRecord::NoRecordFound` or `ActiveRecord::MultipleRecordsFound` exception is raised, respectively.
Gemfile:
=
instalar:
=
dependencias de Runtime (1):
activerecord
>= 4