Class: Mustache::Railtie

Inherits:
Rails::Railtie
  • Object
show all
Defined in:
lib/mustache/railtie.rb

Overview

Railtie initializer for Rails 3.x and higher.

Either add a require to the top of your ‘config/application.rb`

require "mustache/rails"

Or setup an auto-require in your Gemfile

gem "mustache-rails", :require => "mustache/railtie"