mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-28 02:27:57 +08:00
[SCI-5260] Fix markup
This commit is contained in:
parent
04624692d3
commit
d1af011c0c
1 changed files with 2 additions and 4 deletions
|
@ -3,11 +3,9 @@
|
||||||
class MyModuleStatusConsequence < ApplicationRecord
|
class MyModuleStatusConsequence < ApplicationRecord
|
||||||
belongs_to :my_module_status
|
belongs_to :my_module_status
|
||||||
|
|
||||||
def forward(my_module)
|
def forward(my_module); end
|
||||||
end
|
|
||||||
|
|
||||||
def backward(my_module)
|
def backward(my_module); end
|
||||||
end
|
|
||||||
|
|
||||||
def runs_in_background?
|
def runs_in_background?
|
||||||
false
|
false
|
||||||
|
|
Loading…
Reference in a new issue