hicknhack-software/rails-disco

View on GitHub
active_projection/app/models/active_projection/projection.rb

Summary

Maintainability
A
0 mins
Test Coverage
module ActiveProjection
  class Projection < ActiveRecord::Base
    self.table_name = 'projections'
  end
end