lib/federails/configuration.rb in federails-0.1.0 vs lib/federails/configuration.rb in federails-0.2.0
- old
+ new
@@ -40,9 +40,13 @@
# Route path for the webapp URLs (to "Federails::Client::*" controllers)
mattr_accessor :client_routes_path
@@client_routes_path = :app
+ # Route method for remote-following requests
+ mattr_accessor :remote_follow_url_method
+ @@remote_follow_url_method = 'federails.new_client_following_url'
+
# Method to use for links to user profiles
# @deprecated Set profile_url_method option on acts_as_federails_actor instead
mattr_accessor :user_profile_url_method
@@user_profile_url_method = nil