mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-25 09:51:14 +00:00
Patch by @tohosaku. git-svn-id: https://svn.redmine.org/redmine/trunk@22522 e93f8b46-1217-0410-a6f0-8f06a7374b81
4 lines
65 B
Ruby
4 lines
65 B
Ruby
# frozen_string_literal: true
|
|
class Foo < ActiveRecord::Base
|
|
end
|