public
Description: Adds a handy toolbar to any Textile-enabled text area.
Homepage: http://terralien.com/projects/textile-toolbar/
Clone URL: git://github.com/pelargir/textile_toolbar.git
Click here to lend your support to: textile_toolbar and make a donation at www.pledgie.com !
textile_toolbar / init.rb
100644 8 lines (7 sloc) 0.21 kb
1
2
3
4
5
6
7
8
require 'textile_toolbar'
require 'textile_toolbar/asset_copier'
 
if RAILS_ENV == "development"
  TextileToolbar::AssetCopier.copy "textile_toolbar"
else
  TextileToolbar::AssetCopier.warn "textile_toolbar"
end