Guest User

Untitled

a guest
Jun 18th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. ## controller
  2.  
  3. if params[:dates].blank?
  4. @to_date = Date.today
  5. else
  6. @to_date = params[:dates][:to]
  7.  
  8. end
  9.  
  10. ## params
  11. Processing AnalyticsController#show (for 65.244.175.138 at 2009-05-15 15:04:29) [POST]
  12. Session ID: 6ee112a9768db19c329713470e1bbd32
  13. Parameters: {"commit"=>"Go", "action"=>"show", "id"=>"indian-head-ranch", "dates"=>{"to(1i)"=>"2009", "from(1i)"=>"2009", "to(2i)"=>"4", "from(2i)"=>"5", "to(3i)"=>"15", "from(3i)"=>"15"}, "controller"=>"analytics"}
Add Comment
Please, Sign In to add comment