lib/dry_views/railtie.rb in dry_views-0.0.1 vs lib/dry_views/railtie.rb in dry_views-0.0.2

- old
+ new

@@ -1,8 +1,8 @@ # Copyright (c) 2008-12 Peter H. Boling of 9thBit LLC # Released under the MIT license # For Rails 3+ -module SanitizeEmail +module DryViews class Railtie < ::Rails::Railtie config.before_configuration do if defined?(Rails) if ::Rails::VERSION::MAJOR == 3