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