Guest User

Untitled

a guest
May 24th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. parameters = {:controller => "cms/content_bucket",
  2. :action => action,
  3. :app_code => params[:app_code],
  4. :id => content_item_id,
  5. :only_path => true}
  6. parameters[:width] = width if !width.nil?
  7. parameters[:height] = height if !height.nil?
  8. url_for(parameters)
Add Comment
Please, Sign In to add comment