farmitry_hvac/app/controllers/modals_controller.rb

6 lines
181 B
Ruby

class ModalsController < ApplicationController
def open
render partial: "partials/modals_open", locals: { type: params[:type], close_button: params[:close_button] }
end
end