Module: ExposureHelper

Defined in:
app/helpers/exposure_helper.rb

Instance Method Summary collapse

Instance Method Details

#alphaObject



3
4
5
# File 'app/helpers/exposure_helper.rb', line 3

def alpha
  yield if Rails.env.development?
end

#betaObject



7
8
9
# File 'app/helpers/exposure_helper.rb', line 7

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