first!()
Instance Public methods
Same as first
but raises
ActiveRecord::RecordNotFound
if no record is found. Note that
first!
accepts no arguments.
Same as first
but raises
ActiveRecord::RecordNotFound
if no record is found. Note that
first!
accepts no arguments.
Please login to continue.