public
Description: Provides a way to specify default values for ActiveRecord models
Homepage:
Clone URL: git://github.com/FooBarWidget/default_value_for.git
htanata (author)
Wed Apr 22 02:19:04 -0700 2009
Hongli Lai (Phusion) (committer)
Sun May 17 05:20:07 -0700 2009
default_value_for / Rakefile
100644 7 lines (5 sloc) 0.081 kb
1
2
3
4
5
6
7
task :default => :test
 
desc "Run unit tests."
task :test do
ruby "test.rb"
end