File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ rails generate reactionview:install
3030
3131ReActionView provides two ways to use enhanced template processing:
3232
33- 1 . ** Native .html.herb templates** - Automatically processed with ` Herb::Engine `
34- 2 . ** Intercept ` .html.erb ` templates** - Enable in config to process all HTML+ERB templates with Herb
33+ 1 . ** Native ` .html.herb ` templates** - Automatically processed with ` Herb::Engine ` .
34+ 2 . ** Intercept ` .html.erb ` templates** - Enable in config to process all HTML+ERB templates with Herb.
3535
3636### Configuration
3737
@@ -40,7 +40,7 @@ ReActionView provides two ways to use enhanced template processing:
4040
4141ReActionView .configure do |config |
4242 # Intercept .html.erb templates to use Herb::Engine
43- config.intercept_erb = true
43+ # config.intercept_erb = true
4444
4545 # Enable debug mode
4646 config.debug_mode = Rails .env.development?
You can’t perform that action at this time.
0 commit comments