Skip to content
This repository was archived by the owner on Oct 7, 2022. It is now read-only.

Commit a63fea1

Browse files
author
Andrej Jančič
committed
good catch
1 parent d11d963 commit a63fea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/creatubbles/creations.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ class Creatubbles::Creations < Creatubbles::BaseCollection
55
define_type_name 'creations'
66

77
def index params={}
8-
init_objects @connection.get("creations?handle_params(params)")
8+
init_objects @connection.get("creations?#{handle_params(params)}")
99
end
1010

1111
def recent

0 commit comments

Comments
 (0)