pelargir / textile_toolbar

Adds a handy toolbar to any Textile-enabled text area.

textile_toolbar / init.rb
757fc155 » Matthew Bass 2008-11-03 installed asset_copier plugin 1 require 'textile_toolbar'
2 require 'textile_toolbar/asset_copier'
3
4 if RAILS_ENV == "development"
5 TextileToolbar::AssetCopier.copy "textile_toolbar"
6 else
7 TextileToolbar::AssetCopier.warn "textile_toolbar"
8 end