Community Index Page

####app/controllers/users_controller.rb
...
def index
end
...
####app/views/pages/home.html.erb
...
<%= link_to "Visit the community", users_path, class: 'btn btn-default btn-lg btn-block' %>
...
####console commands
$ git add .
$ git commit -m "Added index action and updated link"
$ git push origin user_profiles

Complete and Continue