public
Description: This plugin is an assortment of classes and patches to classes that are considered useful by us to be added to most/all projects
Clone URL: git://github.com/bwyrosdick/common-plugin.git
common-plugin / init.rb
100644 13 lines (9 sloc) 0.433 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
require 'common_thread/common_plugin'
require 'common_thread/monkey_patches'
require 'common_thread/encrypter'
 
require 'xml_magic' # must have xml_magic gem installed
require 'common_thread/feed_reader' #depends on xml_magic
 
require 'common_thread/lipsum'
ActionView::Base.send(:include, CommonThread::Lipsum::Helper)
 
require 'common_thread/action_controller'
ActionController::Base.send(:include, CommonThread::ActionController)