mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-15 03:13:20 +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
|
private
|
||||||
|
|
||||||
# Export all functionality
|
# Export all functionality
|
||||||
def generate_team_zip(tmp_dir, data, options = {})
|
def generate_teams_zip(tmp_dir, data, options = {})
|
||||||
# Create team folder
|
# Create team folder
|
||||||
@team = options[:team]
|
@team = options[:team]
|
||||||
team_path = "#{tmp_dir}/#{to_filesystem_name(@team.name)}"
|
team_path = "#{tmp_dir}/#{to_filesystem_name(@team.name)}"
|
||||||
|
|
Loading…
Reference in a new issue