<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -22,7 +22,6 @@ module AmosKing #:nodoc:
 			module ActMacro #:nodoc:
 				# Sets up the main wizard model with the correct states ad transitions. 
         def acts_as_wizard(*opts)
-          self.extend(ClassMethods)
           raise ErrPages unless opts.size &gt; 0
 					class_inheritable_reader :pages
 					write_inheritable_attribute :pages, opts
@@ -85,9 +84,6 @@ module AmosKing #:nodoc:
 					send(direction)
 				end
 			end
-			
-			module ClassMethods
-			end
 		end
 		
 		module WizardHelper
@@ -194,19 +190,10 @@ module AmosKing #:nodoc:
 			module ActMacro #:nodoc:
 				# Calls belongs_to with the model passed to it
         def acts_as_wizard_page(main_wizard_model_symbol)
-          self.extend(ClassMethods)
-
 					belongs_to main_wizard_model_symbol if respond_to? :belongs_to
-					
-					self.send(:include, AmosKing::Acts::Wizard::InstanceMethods)
         end
       end
-			
-			module InstanceMethods
-			end
-			
-			module ClassMethods
-			end
+      
 		end
 		
 	end</diff>
      <filename>lib/acts_as_wizard.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>df75c0caabc86c2de9b9a317627fa04aa29e21f1</id>
    </parent>
  </parents>
  <author>
    <name>Amos King</name>
    <email>amos.l.king@gmail.com</email>
  </author>
  <url>http://github.com/adkron/actsaswizard/commit/ac56f55df122ca1e3c518c40c1fdda379f9dd60a</url>
  <id>ac56f55df122ca1e3c518c40c1fdda379f9dd60a</id>
  <committed-date>2008-11-19T16:03:19-08:00</committed-date>
  <authored-date>2008-11-19T16:03:19-08:00</authored-date>
  <message>remove modules with no code</message>
  <tree>29a24ad3cfc41a0dd7a82d52e3b1ba61fde716d8</tree>
  <committer>
    <name>Amos King</name>
    <email>amos.l.king@gmail.com</email>
  </committer>
</commit>
