module Fences::Fortified::ClassMethods

Public Instance Methods

fencable() click to toggle source
# File lib/fences/fortified.rb, line 74
def fencable
  has_many :bastions, as: :fortifiable
  has_many :permissions, through: :bastions
end