Sha256: 0e8944cce3d2c853c2d7de3dea652a3c4dd490f4007c54bf95c2487cf401fc50
Contents?: true
Size: 491 Bytes
Versions: 231
Compression:
Stored size: 491 Bytes
Contents
class Account::UsersController < Account::ApplicationController include Account::Users::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