Module: Avo::Fields::Concerns::LinkableTitle
- Extended by:
- ActiveSupport::Concern
- Included in:
- HasBaseField
- Defined in:
- lib/avo/fields/concerns/linkable_title.rb
Instance Method Summary collapse
Instance Method Details
#linkable? ⇒ Boolean
11 12 13 |
# File 'lib/avo/fields/concerns/linkable_title.rb', line 11 def linkable? Avo::ExecutionContext.new(target: @linkable).handle end |