Sha256: 8ac98ad75c6f1463c5e558e711000ea86543c862a7a642798bc1db25c6ce85f9

Contents?: true

Size: 169 Bytes

Versions: 10

Compression:

Stored size: 169 Bytes

Contents

module Trestle
  module TitleHelper
    def title
      content_for(:title) || default_title
    end

    def default_title
      action_name.titleize
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
trestle-0.10.0 app/helpers/trestle/title_helper.rb
trestle-0.10.0.pre2 app/helpers/trestle/title_helper.rb
trestle-0.10.0.pre app/helpers/trestle/title_helper.rb
trestle-0.9.8 app/helpers/trestle/title_helper.rb
trestle-0.9.7 app/helpers/trestle/title_helper.rb
trestle-0.9.6 app/helpers/trestle/title_helper.rb
trestle-0.9.5 app/helpers/trestle/title_helper.rb
trestle-0.9.4 app/helpers/trestle/title_helper.rb
trestle-0.9.3 app/helpers/trestle/title_helper.rb
trestle-0.9.2 app/helpers/trestle/title_helper.rb