FarmBot/Farmbot-Web-App

View on GitHub
app/models/sequence_usage_report.rb

Summary

Maintainability
A
0 mins
Test Coverage
# THIS IS A SQL VIEW. IT IS NOT A REAL TABLE.
# Tracks how many resources are using the sequence (if any)
class SequenceUsageReport < ApplicationRecord
  def readonly?
    true
  end
end