changing disable_irb=true to allow_irb=false in initializer to reflect Configuration class

Dan Sapala committed Jun 20, 2011
commit 6706ff2c201fa89f9ce0dc3f64fdd49dd979d2b0
Showing 1 changed file with 1 additions and 1 deletions
config/initializers/comfortable_mexican_sofa.rb +1 -1
@@ @@ -31,7 +31,7 @@ ComfortableMexicanSofa.configure do |config|
# By default you cannot have irb code inside your layouts/pages/snippets.
# Generally this is to prevent putting something like this:
# <% User.delete_all %> but if you really want to allow it...
- # config.disable_irb = true
+ # config.allow_irb = false
# Asset caching for CSS and JS for admin layout. This setting also controls
# page caching for CMS Layout CSS and Javascript. Enabled by default. When deploying