Sha256: 3a0289feea7bcf49a57ccef280ab2d1fd0298e222f7ba970916094a00fd19455
Contents?: true
Size: 491 Bytes
Versions: 231
Compression:
Stored size: 491 Bytes
Contents
class Account::TeamsController < Account::ApplicationController include Account::Teams::ControllerBase private def permitted_fields [ # 🚅 super scaffolding will insert new fields above this line. ] end def permitted_arrays { # 🚅 super scaffolding will insert new arrays above this line. } end def process_params(strong_params) # 🚅 super scaffolding will insert processing for new fields above this line. strong_params end end
Version data entries
231 entries across 231 versions & 1 rubygems