Sha256: c77e0ec9e49cc2ea3f8b83489b202e36b3f98ec43865cafcb0172d6c20eede54

Contents?: true

Size: 190 Bytes

Versions: 3

Compression:

Stored size: 190 Bytes

Contents

# Customize Fuel
Fuel.configure do |config|

  # Change the layout to render with the blog
  config.layout = "application"

  # Change title of blog
  config.blog_title = "Ryan's Blog"

end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
fuel-0.2.4 test/dummy/config/initializers/fuel.rb
fuel-0.2.3 test/dummy/config/initializers/fuel.rb
fuel-0.2.2 test/dummy/config/initializers/fuel.rb