Sha256: be33b7824aa2c4eb4e505faf4eab9e47f710fb2b0e2821ba99fef4292a7bf4cb
Contents?: true
Size: 215 Bytes
Versions: 2
Compression:
Stored size: 215 Bytes
Contents
require_dependency "beta_feature/application_controller" module BetaFeature class ConfigurationsController < ApplicationController def index render json: BetaFeature.all_betas.to_json end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
beta_feature-0.2.1 | app/controllers/beta_feature/configurations_controller.rb |
beta_feature-0.2.0 | app/controllers/beta_feature/configurations_controller.rb |