Sha256: a4bc9562ed9df6e0fa2031ff6186ddbdfad7c4f8056737f08a1ea523e3adc9a6
Contents?: true
Size: 206 Bytes
Versions: 16
Compression:
Stored size: 206 Bytes
Contents
module Gaku class Admin::HomeController < Admin::BaseController def index @contact_types = ContactType.all @count = ContactType.count respond_with @contact_types end end end
Version data entries
16 entries across 16 versions & 2 rubygems