Sha256: c7e0792f6762c1ed90c2f1ea794b42a6338d68672b60c2764b28f9e7e0a8adc8

Contents?: true

Size: 157 Bytes

Versions: 16

Compression:

Stored size: 157 Bytes

Contents

module ExposureHelper

  def alpha
    yield if Rails.env.development?
  end

  def beta
    yield if current_user && current_user.administrator?
  end

end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
houston-core-0.7.0 app/helpers/exposure_helper.rb
houston-core-0.7.0.beta4 app/helpers/exposure_helper.rb
houston-core-0.7.0.beta3 app/helpers/exposure_helper.rb
houston-core-0.7.0.beta2 app/helpers/exposure_helper.rb
houston-core-0.7.0.beta app/helpers/exposure_helper.rb
houston-core-0.6.3 app/helpers/exposure_helper.rb
houston-core-0.6.2 app/helpers/exposure_helper.rb
houston-core-0.6.1 app/helpers/exposure_helper.rb
houston-core-0.6.0 app/helpers/exposure_helper.rb
houston-core-0.5.6 app/helpers/exposure_helper.rb
houston-core-0.5.5 app/helpers/exposure_helper.rb
houston-core-0.5.4 app/helpers/exposure_helper.rb
houston-core-0.5.3 app/helpers/exposure_helper.rb
houston-core-0.5.2 app/helpers/exposure_helper.rb
houston-core-0.5.1 app/helpers/exposure_helper.rb
houston-core-0.5.0 app/helpers/exposure_helper.rb