Commit bd7c0d22 by Henrik N

Whitespace.

parent 16be3f2b
......@@ -136,7 +136,7 @@ module AnnotateModels
begin
klass = get_model_class(file)
if klass < ActiveRecord::Base && !klass.abstract_class?
annotate(klass, file, header,options)
annotate(klass, file, header, options)
annotated << klass
end
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