Skip to content
andyferra edited this page Sep 12, 2010 · 9 revisions

Welcome to the aasm wiki!

.h3 Rails Installation Gotcha

If you want to declare as a gem dependency use the following:

config.gem "rubyist-aasm", :source => "http://gems.github.com", :lib => 'aasm'

If you leave off the :lib => ‘aasm’ it won’t be able to include the gem properly.