Sha256: 9e8cf98b0a9b712ba1612e850af240ae3521af98fef683f3c740f120ecf49363
Contents?: true
Size: 200 Bytes
Versions: 5
Compression:
Stored size: 200 Bytes
Contents
require 'active_support/concern' module ThecoreUiCommonsUserConcern extend ActiveSupport::Concern included do devise :trackable, :timeoutable, timeout_in: 30.minutes end end
Version data entries
5 entries across 5 versions & 1 rubygems