mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-11 17:36:13 +08:00
Change generate_team method name
This commit is contained in:
parent
447cad083d
commit
c13e7531ea
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ class TeamZipExport < ZipExport
|
|||
private
|
||||
|
||||
# Export all functionality
|
||||
def generate_team_zip(tmp_dir, data, options = {})
|
||||
def generate_teams_zip(tmp_dir, data, options = {})
|
||||
# Create team folder
|
||||
@team = options[:team]
|
||||
team_path = "#{tmp_dir}/#{to_filesystem_name(@team.name)}"
|
||||
|
|
Loading…
Reference in a new issue