lib/message_train/configuration.rb in message_train-0.1.6 vs lib/message_train/configuration.rb in message_train-0.1.7

- old
+ new

@@ -19,16 +19,16 @@ :address_book_method, :address_book_methods, :recipient_tables def initialize - self.recipient_tables = [ :users ] + self.recipient_tables = {} self.slug_columns = { users: :slug } self.name_columns = { users: :name } self.current_user_method = :current_user self.user_sign_in_path = '/users/sign_in' self.user_route_authentication_method = :user - self.address_book_method = :address_book + self.address_book_method = :address_book # This is a fallback self.address_book_methods = {} end end end \ No newline at end of file