public
Description: A replacement for ActiveRecord::Base#save! for Ruby on Rails
Homepage:
Clone URL: git://github.com/ryanlowe/save_or_raise.git
save_or_raise / .gitignore
100644 8 lines (8 sloc) 0.072 kb
1
2
3
4
5
6
7
8
TIMELOG
*.log
.DS_Store
tmp/**/*
db/*.sqlite3
db/schema.rb
spec.rb
*.gem