File: application_record.rb

package info (click to toggle)
ruby-ahoy-matey 3.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 380 kB
  • sloc: ruby: 1,303; makefile: 3
file content (3 lines) | stat: -rw-r--r-- 78 bytes parent folder | download | duplicates (23)
1
2
3
class ApplicationRecord < ActiveRecord::Base
  self.abstract_class = true
end