Class: Panel::TemplateConfigsController

Inherits:
BaseController
  • Object
show all
Defined in:
app/controllers/wechat/panel/template_configs_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



5
6
7
# File 'app/controllers/wechat/panel/template_configs_controller.rb', line 5

def index
  @template_configs = TemplateConfig.includes(:template_key_words).page(params[:page])
end