Class: Panel::TemplateConfigsController
- Inherits:
-
BaseController
- Object
- BaseController
- Panel::TemplateConfigsController
- Defined in:
- app/controllers/wechat/panel/template_configs_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
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 |