1 2 3 4 5 6 7 8
class DashboardsController < BreadcrumbController respond_to :html, only: [:show] def show @dashboard = Dashboard.create self end end