lib/archon.rb in archon-0.0.4 vs lib/archon.rb in archon-0.0.5

- old
+ new

@@ -9,9 +9,10 @@ autoload :Nodes autoload :InsertIntoSelect autoload :PowerOverwhelming autoload :Visitors + autoload :FactoryMethods def self.method_missing(called_method_name, *arguments, &block) # Call super to raise a method missing error if no class was loaded: called_method_name_as_constant = called_method_name.to_s.camelize super unless [