fiedl/wingolfsplattform

View on GitHub
app/models/attachment.rb

Summary

Maintainability
A
0 mins
Test Coverage
require_dependency YourPlatform::Engine.root.join('app/models/attachment').to_s

class Attachment
  scope :wingolfshaus, -> { where("title LIKE ?", "%Wingolfshaus%").where(parent_type: 'Group') }
  scope :wappen, -> { where("title LIKE ?", "%Wappen%") }
end