0
0
Fork 0
mirror of https://github.com/ENSL/ensl.org.git synced 2025-02-24 04:41:41 +00:00
ensl.org/app/services/api/v1/collection.rb

6 lines
117 B
Ruby
Raw Normal View History

class Api::V1::Collection
def execute_query
ActiveRecord::Base.connection.execute(arel_query.to_sql)
end
2014-03-31 21:33:16 +00:00
end