Class: Cms::Block

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/cms/block.rb

Instance Method Summary collapse

Instance Method Details

#tagObject

– Instance Methods —————————————————– Tag object that is using this block



26
27
28
# File 'app/models/cms/block.rb', line 26

def tag
  @tag ||= page.tags(true).detect{|t| t.is_cms_block? && t.identifier == identifier}
end