sheerun / rails4-bootstrap

My systematic way of making bullet-proof Rails 4 bootstrap template.
21 stars 1 forks source link

Don't place Application class in module #2

Closed sheerun closed 11 years ago

sheerun commented 11 years ago

Sample

module Rails4Bootstrap
  class Application < Rails::Application

  end
end

Reasoning