lib/cantango/users/macros.rb in cantango-0.9.4.1 vs lib/cantango/users/macros.rb in cantango-0.9.4.2

- old
+ new

@@ -7,10 +7,10 @@ def tango_user_account options = {} self.send :include, CanTango::Users::UserAccount self.send :include, CanTango::Users::Masquerade if options[:masquerade] end - alias_method :tango_account, :tango_user_account + alias_method :tango_account, :tango_user_account alias_method :cantango_account, :tango_user_account def masquerader self.send :include, CanTango::Users::Masquerade end