Sha256: a72dd5b742289f2a337d51f04edb102c9781ff11e4504fdbfa91d6b0e140a067

Contents?: true

Size: 127 Bytes

Versions: 4

Compression:

Stored size: 127 Bytes

Contents

module ApplicationHelper
  def title(value)
    unless value.nil?
      @title = "#{value} | BRICK_APP_NAME"
    end
  end
end

Version data entries

4 entries across 4 versions & 3 rubygems

Version Path
railsbricks-3.7.0 lib/railsbricks/foundation/app/helpers/application_helper.rb
railsbricks-reloaded-3.2.1 lib/railsbricks/foundation/app/helpers/application_helper.rb
phoenixbricks-3.2.7 lib/railsbricks/foundation/app/helpers/application_helper.rb
phoenixbricks-3.2.6 lib/railsbricks/foundation/app/helpers/application_helper.rb