8 lines
110 B
Ruby
8 lines
110 B
Ruby
|
class Admin::TemplateStoreController < ApplicationController
|
||
|
|
||
|
layout "new_admin"
|
||
|
|
||
|
def index
|
||
|
end
|
||
|
|
||
|
end
|