Sha256: 724fe90c0c29fddd8a404f72352b4fe234682c67358af37cba02e57115f76a8b

Contents?: true

Size: 149 Bytes

Versions: 11

Compression:

Stored size: 149 Bytes

Contents

module ExposureHelper

  def alpha
    yield if Rails.env.development?
  end

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

end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
houston-core-0.9.2 app/helpers/exposure_helper.rb
houston-core-0.9.1 app/helpers/exposure_helper.rb
houston-core-0.9.0 app/helpers/exposure_helper.rb
houston-core-0.9.0.rc1 app/helpers/exposure_helper.rb
houston-core-0.8.4 app/helpers/exposure_helper.rb
houston-core-0.8.3 app/helpers/exposure_helper.rb
houston-core-0.8.2 app/helpers/exposure_helper.rb
houston-core-0.8.1 app/helpers/exposure_helper.rb
houston-core-0.8.0 app/helpers/exposure_helper.rb
houston-core-0.8.0.pre2 app/helpers/exposure_helper.rb
houston-core-0.8.0.pre app/helpers/exposure_helper.rb