mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
8ae040b131
In Rails < 4.0 this variable is initialized but unused
4 lines
98 B
Text
4 lines
98 B
Text
- defined?(text_area_helper) and nil # silence a warning
|
|
.foo
|
|
.bar
|
|
= text_area :post, :body
|