mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-21 21:40:48 +02:00
remove vendored gem and fix state model. Some old hacks did not work anymore on the newer aasm. reverted the hacks and fixed some tests
This commit is contained in:
parent
1cf5967eb5
commit
056dbf08a7
37 changed files with 43 additions and 2618 deletions
|
@ -29,6 +29,7 @@ Rails::Initializer.run do |config|
|
|||
config.gem 'rack', :version => '1.1.0'
|
||||
config.gem 'will_paginate', :version => '~> 2.3.15'
|
||||
config.gem 'has_many_polymorphs'
|
||||
config.gem 'aasm', :version => '2.2.0'
|
||||
|
||||
config.action_controller.use_accept_header = true
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue