consul/consul

View on GitHub
app/models/legislation.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Legislation
  def self.table_name_prefix
    "legislation_"
  end
end