Sha256: 4394b1df10857bd4dea2ae47ca5dbc7c17bea80adaf52270d685bda5ed645c22
Contents?: true
Size: 130 Bytes
Versions: 1
Compression:
Stored size: 130 Bytes
Contents
module Spotlight::User extend ActiveSupport::Concern included do has_many :roles, class_name: 'Spotlight::Role' end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
blacklight-spotlight-0.0.1 | app/models/concerns/spotlight/user.rb |