Sha256: 53e6a40c568a79447f6ba9bf339d5ef5ed5f39d484ea2a2ada773e2549a6aee0
Contents?: true
Size: 481 Bytes
Versions: 4
Compression:
Stored size: 481 Bytes
Contents
Flipflop.configure do # Strategies will be used in the order listed here. strategy :cookie strategy :active_record strategy :default # Other strategies: # # strategy :query_string # strategy :redis # strategy :session # # strategy :my_strategy do |feature| # # ... your custom code here; return true/false/nil. # end # Declare your features, e.g: # # feature :world_domination, # default: true, # description: "Take over the world." end
Version data entries
4 entries across 4 versions & 1 rubygems