Module: Padrino::Contrib::Orm::ActiveRecord::Textile

Defined in:
lib/padrino-contrib/orm/active_record/textile.rb

Overview

This module generate html from textile.

In your ActiveRecord class you need only to add:

has_textile :body, :internal_links => :page

In your body you can write (like github) internal links:

[[Page Name|link me]]

Defined Under Namespace

Modules: ClassMethods, InstanceMethods