Sha256: dba1fa2762fc868c57fcc6680f33b421d8f2b444fdb6d84a9bf6ea3c79ebf403
Contents?: true
Size: 179 Bytes
Versions: 1
Compression:
Stored size: 179 Bytes
Contents
module Dash class PhotosController < RailsDash::CrudController def alter_record(context) if context == :new @record.name = 'New' end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rails_dash-0.0.6 | test/dummy/app/controllers/dash/photos_controller.rb |