jpmcgrath/shortener

View on GitHub
app/models/shortener/record.rb

Summary

Maintainability
A
0 mins
Test Coverage
class Shortener::Record < ActiveRecord::Base #:nodoc:
  self.abstract_class = true
end

ActiveSupport.run_load_hooks :shortener_record, Shortener::Record