Sha256: af215d8235ca5a79e612ff84f200bfeea585676b843bb0c291194edda5890b86

Contents?: true

Size: 141 Bytes

Versions: 41

Compression:

Stored size: 141 Bytes

Contents

#encoding: utf-8
class DashboardController < ApplicationController

  def index
    render 'dashboard/splash' unless current_user
  end

end

Version data entries

41 entries across 41 versions & 1 rubygems

Version Path
iugusdk-1.0.0.alpha.0 spec/dummy/app/controllers/dashboard_controller.rb