Sha256: 79c599a4314fa844f789af9a447bef1caae78cfafec3a6db3e611c06f9c39b49

Contents?: true

Size: 417 Bytes

Versions: 1

Compression:

Stored size: 417 Bytes

Contents

### VERSION 0.0.3 => 0.0.4

  If you use Devise of callback named verify_authenticity_token we need to add a initializers like

  Add `config/initializers/locales.rb`

  ```
  module LocalesControllerCallbacks
    extend ActiveSupport::Concern

    included do
      skip_before_action :verify_authenticity_token
    end
  end

  LocalesController.send(:include, LocalesControllerCallbacks)
  ```

  Otherwise is ok.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
i18n_helper-0.0.4 UPGRADE.md