Sha256: 67022764f585eeb127ca5b264b75078be92f4131706ce696c8043172e8808643
Contents?: true
Size: 415 Bytes
Versions: 5
Compression:
Stored size: 415 Bytes
Contents
class ApplicationPage < Lalala::Page attr_accessible :images # All translated columns should be defined here: # translates :body # All page associations should be placed here: has_many_assets :images, :images markdown :body, tables: true, link_schemes: { "youtube" => Lalala::Markdown::Handlers::YouTube.new(width: 520, height: 292), "asset" => Lalala::Markdown::Handlers::Asset.new } end
Version data entries
5 entries across 5 versions & 1 rubygems