Skip to content

Commit

Permalink
Return keyspaces for appropriate server
Browse files Browse the repository at this point in the history
  • Loading branch information
brainopia committed Jun 24, 2013
1 parent 7881ec3 commit a6c3659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cassandra/mapper/extend/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def self.env=(env)

def self.keyspaces
schema[:keyspaces].map do |name|
Cassandra.new "#{name}_#{env}"
Cassandra.new "#{name}_#{env}", server
end
end

Expand Down

0 comments on commit a6c3659

Please sign in to comment.