mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-26 09:42:46 +08:00
Fix typo [SCI-5924]
This commit is contained in:
parent
1233c9bc74
commit
1d20258a2e
1 changed files with 1 additions and 1 deletions
|
@ -311,7 +311,7 @@ class ExperimentsController < ApplicationController
|
||||||
end
|
end
|
||||||
|
|
||||||
def check_canvas_read_permissions
|
def check_canvas_read_permissions
|
||||||
render 403 unless can_read_experiment_canvas?(@experiment)
|
render_403 unless can_read_experiment_canvas?(@experiment)
|
||||||
end
|
end
|
||||||
|
|
||||||
def check_create_permissions
|
def check_create_permissions
|
||||||
|
|
Loading…
Reference in a new issue