Added duration to tasks. Annotated all models.
This commit is contained in:
parent
face58ebef
commit
dcd2a514a6
30 changed files with 494 additions and 431 deletions
6
Gemfile
6
Gemfile
|
|
@ -8,4 +8,8 @@ gem "fastercsv"
|
|||
gem "prawn", '<=0.6.3'
|
||||
gem 'haml', '>=2.0.6'
|
||||
gem 'routing-filter', '0.0.1', :require => 'routing_filter'
|
||||
gem 'sqlite3-ruby'
|
||||
gem 'sqlite3-ruby'
|
||||
|
||||
group :development do
|
||||
gem 'annotate'
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue