railscoding/app/controllers/data_analysis_controller.rb

5 lines
75 B
Ruby

class DataAnalysisController < ApplicationController
def index
end
end