mirror of
https://github.com/docusealco/docuseal.git
synced 2026-06-23 04:10:11 +00:00
8 lines
151 B
Ruby
8 lines
151 B
Ruby
# frozen_string_literal: true
|
|
|
|
class TemplatesCodeModalController < ApplicationController
|
|
load_and_authorize_resource :template
|
|
|
|
def show; end
|
|
end
|