lib/controller.rb in twilio_contactable-0.8.0 vs lib/controller.rb in twilio_contactable-0.8.1

- old
+ new

@@ -1,9 +1,9 @@ module TwilioContactable module Controller def self.included(controller) - controller.instance_eval do + class << controller # the developer should specify which model(s) will be sought # when the app receives incoming requests. # See the 'Controller' part of the README for details protected def twilio_contactable(*klasses) \ No newline at end of file