Module: MnoEnterprise::Concerns::Controllers::AngularCSRF
- Extended by:
- ActiveSupport::Concern
- Included in:
- ApplicationController
- Defined in:
- lib/mno_enterprise/concerns/controllers/angular_csrf.rb
Overview
This module allow Angular to works well with Rails CSRF protection It’s intended for AngularJS app served outside of the Rails asset pipeline. See
- https://technpol.wordpress.com/2014/04/17/rails4-angularjs-csrf-and-devise/
- https://technpol.wordpress.com/2014/08/22/10-adding-devise-integration-logon-and-security/
for more details
Defined Under Namespace
Modules: ClassMethods