lib/active_mailer.rb in active_mailer-0.0.10 vs lib/active_mailer.rb in active_mailer-1.0.0
- old
+ new
@@ -1,6 +1,7 @@
require "active_support/dependencies"
+
module ActiveMailer
# Our host application root path
# We set this when the engine is initialized
mattr_accessor :app_root
@@ -18,9 +19,9 @@
t.integer :sender_id
t.timestamp :sent_at
t.string :subject
block.call(t)
end
-
+
create_table(*args, &block_with_default_columns)
- end
-end
+ end
+end