Skip to content
This repository has been archived by the owner on Feb 2, 2022. It is now read-only.

Commit

Permalink
Merge branch 'support_ab_fab'
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Fleck committed Feb 12, 2015
2 parents 18d56eb + 69d4230 commit 5333fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/divisio/base_adapter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module BaseAdapter
extend self

def split(experiment_name, variants, identity)
ModuloAlgorithm.new(experiment_name+identity.to_s, variants).calc
ModuloAlgorithm.new(experiment_name.to_s+identity.to_s, variants).calc
end

def delete_experiment_for_identity(identity, experiment_name)
Expand Down

0 comments on commit 5333fda

Please sign in to comment.