obsolete.ChilliProject/app/models/query/statement_invalid.rb
Gregor Schmidt c1ecadbff7 Moving query related models into separate files
This should enable easier overwriting/reloading in plugins, since now the autoloader is able to find the models.
2011-10-12 11:35:26 +02:00

3 lines
67 B
Ruby

class Query::StatementInvalid < ActiveRecord::StatementInvalid
end