lib/rsqoot/click.rb in rsqoot-0.4.1 vs lib/rsqoot/click.rb in rsqoot-0.4.2

- old
+ new

@@ -6,10 +6,10 @@ # @param [String] :to Start date # @param [String] :from End date # # @return [Hashie::Mash] def clicks(options={}) - updated_by options + options = update_by_expire_time options if clicks_not_latest?(options) @rsqoot_clicks = get('clicks', options) @rsqoot_clicks = @rsqoot_clicks.clicks if @rsqoot_clicks end @rsqoot_clicks \ No newline at end of file