How can i get the parameters from the update action into my model?
In this case i need the size from the update action
Because each attachment has his own size.
has_attached_file :photo, :styles => { :small => size ------
How can i get the parameters from the update action into my model?
In this case i need the size from the update action
Because each attachment has his own size.
has_attached_file :photo, :styles => { :small => size ------
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs