doctest/multi_model_forms.rdoctest in hobo-1.0.1 vs doctest/multi_model_forms.rdoctest in hobo-1.0.2
- old
+ new
@@ -29,9 +29,10 @@
:username => mysql_user,
:password => mysql_password)
>> $:.unshift File.join(File.expand_path(File.dirname(__FILE__)), '../../hobofields/lib')
>> $:.unshift File.join(File.expand_path(File.dirname(__FILE__)), '../../hobosupport/lib')
>> $:.unshift File.join(File.expand_path(File.dirname(__FILE__)), '../../hobo/lib')
+ >> gem 'will_paginate', '~> 2'
>> require 'will_paginate'
>> require 'will_paginate/finder'
>> require 'hobosupport'
>> require 'hobofields'
>> require 'hobo'