# File lib/generators/slim/oauth_consumer_generator.rb, line 10 def copy_view_files template 'index.html.slim', File.join('app/views', class_path, 'oauth_consumers', 'index.html.slim') template 'show.html.slim', File.join('app/views', class_path, 'oauth_consumers', 'show.html.slim') end