Sha256: d9270c8fa89f93813db6b766f5d0428e824108840c76c2e4be4d50dabd843c5b

Contents?: true

Size: 164 Bytes

Versions: 6

Compression:

Stored size: 164 Bytes

Contents

module Refinery
  module Authentication
    module Devise
      class UserPlugin < Refinery::Core::BaseModel

        belongs_to :user

      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
refinerycms-authentication-devise-2.0.0 app/models/refinery/authentication/devise/user_plugin.rb
refinerycms-authentication-devise-1.0.4 app/models/refinery/authentication/devise/user_plugin.rb
refinerycms-authentication-devise-1.0.3 app/models/refinery/authentication/devise/user_plugin.rb
refinerycms-authentication-devise-1.0.2 app/models/refinery/authentication/devise/user_plugin.rb
refinerycms-authentication-devise-1.0.1 app/models/refinery/authentication/devise/user_plugin.rb
refinerycms-authentication-devise-1.0.0 app/models/refinery/authentication/devise/user_plugin.rb