mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-27 10:08:11 +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
|
||||
belongs_to :my_module_status
|
||||
|
||||
def forward(my_module)
|
||||
end
|
||||
def forward(my_module); end
|
||||
|
||||
def backward(my_module)
|
||||
end
|
||||
def backward(my_module); end
|
||||
|
||||
def runs_in_background?
|
||||
false
|
||||
|
|
Loading…
Reference in a new issue