We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33ab9bb commit 98e0748Copy full SHA for 98e0748
lib/.haml-rails.rb.swp
12 KB
lib/haml-rails.rb
@@ -42,7 +42,7 @@ class Railtie < ::Rails::Railtie
42
end
43
44
45
- # Configure source annoatation on haml files (support for HAML was
+ # Configure source annotation on haml files (support for HAML was
46
# provided directly by railties 3.2..4.1 but was dropped in 4.2.
47
if Gem::Requirement.new(">= 4.2").satisfied_by?(Gem::Version.new(::Rails.version))
48
initializer 'haml_rails.configure_source_annotation' do
0 commit comments