mirror of
https://github.com/redmine/redmine.git
synced 2026-02-03 21:30:13 +01:00
4 lines
65 B
Ruby
4 lines
65 B
Ruby
|
|
# frozen_string_literal: true
|
||
|
|
class Foo < ActiveRecord::Base
|
||
|
|
end
|