1
0
Fork 0
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:
Thorsten Böttger 2012-07-01 21:50:16 +12:00
parent 2ea4fc23be
commit ea6d4b0a44

View file

@ -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