Module: Fae::BaseModelConcern

Extended by:
ActiveSupport::Concern
Included in:
File, Image, Option, Role, StaticPage, TextArea, TextField, User
Defined in:
app/models/concerns/fae/base_model_concern.rb

Defined Under Namespace

Modules: ClassMethods

Instance Attribute Summary collapse

Instance Attribute Details

#filterObject

Returns the value of attribute filter.



6
7
8
# File 'app/models/concerns/fae/base_model_concern.rb', line 6

def filter
  @filter
end