Sha256: 82e01be9d8fcb919ce228ce1bd6182685c78f57a8f2ac6cc2858de78af75e19d

Contents?: true

Size: 169 Bytes

Versions: 5

Compression:

Stored size: 169 Bytes

Contents

module Adminpanel
  class RolsController < Adminpanel::ApplicationController

    private
    def rol_params
      params.require(:rol).permit(:name)

    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
adminpanel-2.2.4 app/controllers/adminpanel/rols_controller.rb
adminpanel-2.2.3 app/controllers/adminpanel/rols_controller.rb
adminpanel-2.2.2 app/controllers/adminpanel/rols_controller.rb
adminpanel-2.2.1 app/controllers/adminpanel/rols_controller.rb
adminpanel-2.2.0 app/controllers/adminpanel/rols_controller.rb