Sha256: 7b3eb1d7b11deee9ae5903aad07ecd91fce13725e832fd7e818ab0da32bd5320
Contents?: true
Size: 307 Bytes
Versions: 3
Compression:
Stored size: 307 Bytes
Contents
# frozen_string_literal: true class NestedForms::ApplicationController < ApplicationController before_action :set_nested_form protected # Use callbacks to share common setup or constraints between actions. def set_nested_form @nested_form = NestedForm.find(params[:nested_form_id]) end end
Version data entries
3 entries across 3 versions & 1 rubygems