Method: Client::ProfilesController#index
- Defined in:
- app/controllers/client/profiles_controller.rb
#index ⇒ Object
8 9 10 |
# File 'app/controllers/client/profiles_controller.rb', line 8 def index @profile = current_user.profiles.paginate(page: params[:page, per_page: 10]) end |