Commit bd7c0d22 by Henrik N

Whitespace.

parent 16be3f2b
...@@ -136,7 +136,7 @@ module AnnotateModels ...@@ -136,7 +136,7 @@ module AnnotateModels
begin begin
klass = get_model_class(file) klass = get_model_class(file)
if klass < ActiveRecord::Base && !klass.abstract_class? if klass < ActiveRecord::Base && !klass.abstract_class?
annotate(klass, file, header,options) annotate(klass, file, header, options)
annotated << klass annotated << klass
end end
rescue Exception => e rescue Exception => e
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment