Sha256: 22dd9e3bedabc1a8314f3b2befc04c0f45021bd7145eed834ac053fd070c6a1b
Contents?: true
Size: 227 Bytes
Versions: 2
Compression:
Stored size: 227 Bytes
Contents
require_dependency 'comable/admin/application_controller' module Comable module Admin class ProductsController < ApplicationController def index @products = Comable::Product.all end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
comable_backend-0.2.0 | app/controllers/comable/admin/products_controller.rb |
comable_backend-0.1.0 | app/controllers/comable/admin/products_controller.rb |