I ran the command rails generate controller sessions to build my sessions applications file. The sessions_controller.rb and /views/sessions/ folder were created. However, I am not seeing the following files in the sessions folder:
create.html.erb
destroy.html.erb
new.html.erb
Are these files supposed to be auto generated or is it okay to create them manually?