RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: sudiptamondal
no, these crop coordinates are not saved anywhere
attributes you define as attr_accessor are only available to you temporarily for a particular instance of the record, if you want to use it for future, you will have to save them in database yourself :)
no, these crop coordinates are not saved anywhere
attributes you define as attr_accessor are only available to you temporarily for a particular instance of the record, if you want to use it for future, you will have to save them in database yourself :)