lib/notification_pusher/configuration.rb in notification-pusher-1.0.0.beta8 vs lib/notification_pusher/configuration.rb in notification-pusher-1.0.0.beta9
- old
+ new
@@ -10,11 +10,10 @@
end
class Configuration
def define_pusher name, options = {}
- options[:name] = name
- ::NotificationPusher::Pusher.new options
+ ::NotificationPusher::Pusher.new name, options
end
end
end