Class: Fae::Image

Inherits:
ActiveRecord::Base
  • Object
show all
Includes:
AssetsValidatable, BaseModelConcern, ImageConcern
Defined in:
app/models/fae/image.rb

Instance Attribute Summary collapse

Attributes included from BaseModelConcern

#filter

Instance Method Summary collapse

Methods included from AssetsValidatable

#asset_exists

Methods included from BaseModelConcern

#fae_display_field, #fae_nested_foreign_key, #fae_nested_parent, #fae_tracker_parent

Instance Attribute Details

#redirectObject

Returns the value of attribute redirect.



10
11
12
# File 'app/models/fae/image.rb', line 10

def redirect
  @redirect
end

Instance Method Details

#readonly?Boolean

Returns:

  • (Boolean)


22
23
24
# File 'app/models/fae/image.rb', line 22

def readonly?
  false
end