mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-28 13:31:06 +00:00
5 lines
116 B
Ruby
5 lines
116 B
Ruby
|
class Api::V1::Collection
|
||
|
def execute_query
|
||
|
ActiveRecord::Base.connection.execute(arel_query.to_sql)
|
||
|
end
|
||
|
end
|