first commit

This commit is contained in:
stef
2024-02-10 15:56:20 +01:00
commit 3a059172eb
102 changed files with 2258 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
json.extract! script, :id, :name, :stage, :lang, :content, :lock, :description, :created_at, :updated_at
json.url script_url(script, format: :json)