fablabbcn/fablabs

View on GitHub
app/models/lab_tagging.rb

Summary

Maintainability
A
0 mins
Test Coverage
class LabTagging < ApplicationRecord
  belongs_to :lab
  belongs_to :lab_tag

  def self.ransackable_attributes(auth_object = nil)
    column_names
  end
end