Sha256: e3b70862acfefeb2e04398c2971fb52861744187aeafdeb805b770a89f4992bc
Contents?: true
Size: 203 Bytes
Versions: 4
Compression:
Stored size: 203 Bytes
Contents
module FrontEndBuilds class ApplicationController < ActionController::Base def use_params(param_method) v = Rails::VERSION::MAJOR send("#{param_method}_rails_#{v}") end end end
Version data entries
4 entries across 4 versions & 1 rubygems