search for: class_collisions

Displaying 1 result from an estimated 1 matches for "class_collisions".

2006 Oct 28
2
where is the "record" method??? i.e. which is used in generators (e.g. scaffold_generator.rb)
Hi, Anyone know where the "record" method is defined. Its used in generators like in the scaffold generator. An extract from it is below (taken from scaffold_generator.rb): def manifest record do |m| # Check for class naming collisions. m.class_collisions controller_class_path, "#{controller_class_name}Controller", "#{controller_class_name}ControllerTest", "#{controller_class_name}Helper" Thanks Greg --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Goo...