Newer
Older
dmpopidor / app / views / org_admin / template_options / index.json.jbuilder
@Bodacious Bodacious on 28 Aug 2018 152 bytes Refactor template options into own controller
# frozen_string_literal: true

json.templates do
  json.array! @templates do |template|
    json.id template.id
    json.title template.title
  end
end