Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 602 Bytes

README.rdoc

File metadata and controls

26 lines (15 loc) · 602 Bytes

Legacy Woes

If your working with

Install as a gem

gem install adkron-legacy_woes --source http://gems.github.com

In Rails you can instead add this to your environment.rb file
config.gem "adkron-legacy_woes", :lib => 'legacy_woes', :source => 'http://gems.github.com'

Install as a plugin

script/plugin install git://github.com/adkron/legacy_woes.git

Example

require 'rubygems'
require 'legacy_woes'

class LegacyComments < ActiveRecord::Base
  created_at_column :datesubmitted
end

**Copyright © 2008 Amos L. King, released under the MIT license**