# File lib/angular_rails_csrf/concern.rb, line 59 def __exclude_xsrf_token_cookie? true end
# File lib/angular_rails_csrf/concern.rb, line 57 def exclude_xsrf_token_cookie class_eval do def __exclude_xsrf_token_cookie? true end end end