Sha256: f55468477d7c440fff8ddddef72227364c0b8827298828d5fcc42c8759b60023

Contents?: true

Size: 681 Bytes

Versions: 2

Compression:

Stored size: 681 Bytes

Contents

module Alchemy
  module Upgrader::TwoPointNine

    private

    def alchemy_29_todos
      notice = <<-NOTE

Alchemy User Class Removed
--------------------------

We removed the user model from the Alchemy core!

You have to provide your own user model or
add the `alchemy-devise` gem to your Gemfile.

If you want to use the default user class from Alchemy:

  # Gemfile
  gem 'alchemy-devise', '~> 1.1'

  $ bin/rake alchemy_devise:install:migrations db:migrate

In order to add your own user class to Alchemy, please
make shure it meets the API:

https://github.com/magiclabs/alchemy_cms/blob/2.9-stable/lib/alchemy/auth_accessors.rb

NOTE
      todo notice
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
alchemy_cms-2.9.1 lib/alchemy/upgrader/two_point_nine.rb
alchemy_cms-2.9.0 lib/alchemy/upgrader/two_point_nine.rb