af83/chouette-core

View on GitHub
app/lib/query/macro_list_run.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Query
  class MacroListRun < Query::Operation
    def name(value)
      where(value, :matches, :name)
    end
  end
end