Guest User

Untitled

a guest
Oct 19th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Rails 0.26 KB | None | 0 0
  1. Location.find(  ).system_node.self_and_descendants.map(&:data_key).compact.uniq.select do |dk|
  2.   dk.insert_bucket_values([dk.get_bucket_values('month', Time.zone.parse('5/15/2011'))])
  3.   ap [dk.get_bucket_values('month', Time.zone.parse('5/15/2011'))]
  4.   false
  5. end
Add Comment
Please, Sign In to add comment