mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-09 08:57:41 +08:00
5 lines
118 B
Ruby
5 lines
118 B
Ruby
# frozen_string_literal: true
|
|
|
|
class MyModuleStatusImplication < ApplicationRecord
|
|
belongs_to :my_module_status
|
|
end
|