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.
2 parents 33ab9bb + 98e0748 commit 6a8d283Copy full SHA for 6a8d283
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