Sha256: 2270736e34fcabfafc13cfa4d22ce2b8d1a5a937a16b1c4a8de1989c617e383a

Contents?: true

Size: 140 Bytes

Versions: 3

Compression:

Stored size: 140 Bytes

Contents

class FeatureGatesController < ::ApplicationController
  def index
    @gates = FeatureGate::GatedFeature.all
  end

  def update
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
feature_gate-0.1.1 app/controllers/feature_gates_controller.rb
feature_gate-0.1.0 app/controllers/feature_gates_controller.rb
feature_gate-0.0.9 app/controllers/feature_gates_controller.rb