Sha256: 7f3200cba038d8ecbde448f2b97aa715f00312d1e7c79c61b266e4f93cde5237
Contents?: true
Size: 331 Bytes
Versions: 1
Compression:
Stored size: 331 Bytes
Contents
module ElocalApiSupport module Actions module Update def update params.permit! if lookup_object.update_attributes(params[associated_model_name]) render json: lookup_object else render json: {errors: lookup_object.errors}, status: 422 end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
elocal_api_support-0.1.2 | lib/elocal_api_support/actions/update.rb |