lib/finapps/rest/plaid/plaid_resources.rb in finapps-5.0.7 vs lib/finapps/rest/plaid/plaid_resources.rb in finapps-5.0.8
- old
+ new
@@ -4,10 +4,10 @@
module REST
class PlaidResources < FinAppsCore::REST::Resources # :nodoc:
protected
def end_point
- super.gsub!('plaid', 'p/')
+ super.gsub('plaid', 'p/')
end
end
end
end