mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
help travis to build
This commit is contained in:
parent
2ea4fc23be
commit
ea6d4b0a44
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
Dir[File.dirname(__FILE__) + "/../models/*.rb"].each { |f| require File.expand_path(f) }
|
Dir[File.dirname(__FILE__) + "/../models/*.rb"].sort.each { |f| require File.expand_path(f) }
|
||||||
|
|
||||||
class Foo
|
class Foo
|
||||||
include AASM
|
include AASM
|
||||||
|
|
Loading…
Reference in a new issue