Sha256: 404d369d545c28103f3898de81763f23792cd334b53b0b26ec4651c45619b018
Contents?: true
Size: 389 Bytes
Versions: 5
Compression:
Stored size: 389 Bytes
Contents
gem_root = File.expand_path(File.join(File.dirname(__FILE__), "..")) Cms.add_to_rails_paths gem_root Cms.add_generator_paths gem_root, "db/migrate/[0-9]*_*.rb" Cms.add_generator_paths gem_root, "public/bcms/fckeditor/**/*" if (!File.exists?("#{RAILS_ROOT}/public/bcms_config/fckeditor/fckstyles.xml")) Cms.add_generator_paths gem_root, "public/bcms_config/fckeditor/fckstyles.xml" end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
bcms_fckeditor-1.0.4 | rails/init.rb |
bcms_fckeditor-1.0.3 | rails/init.rb |
bcms_fckeditor-1.0.2 | rails/init.rb |
bcms_fckeditor-1.0.1 | rails/init.rb |
bcms_fckeditor-1.0.0 | rails/init.rb |