walter/test/dummy/app/controllers/dashboard_controller.rb
2016-11-21 16:01:27 -05:00

8 lines
90 B
Ruby

class DashboardController < ApplicationController
def home
end
def other
end
end