mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
Not compiling redis_persistence.rb for RubyMotion
This commit is contained in:
parent
cf09125dad
commit
40df802452
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@ exclude_files = [
|
|||
'aasm/persistence/dynamoid_persistence.rb',
|
||||
'aasm/persistence/mongo_mapper_persistence.rb',
|
||||
'aasm/persistence/mongoid_persistence.rb',
|
||||
'aasm/persistence/sequel_persistence.rb'
|
||||
'aasm/persistence/sequel_persistence.rb',
|
||||
'aasm/persistence/redis_persistence.rb'
|
||||
]
|
||||
|
||||
Motion::Project::App.setup do |app|
|
||||
|
|
Loading…
Add table
Reference in a new issue