This repository has been archived on 2024-03-16. You can view files and clone it, but cannot push or open issues or pull requests.
2012-11-28 09:27:23 +00:00
|
|
|
class Admin::TemplateStoreController < ApplicationController
|
|
|
|
|
|
|
|
layout "new_admin"
|
|
|
|
|
|
|
|
def index
|
|
|
|
end
|
|
|
|
|
2012-11-28 18:02:37 +00:00
|
|
|
def show
|
|
|
|
end
|
|
|
|
|
2012-11-28 09:27:23 +00:00
|
|
|
end
|