class Slim::Generators::OauthConsumerGenerator
Public Instance Methods
copy_view_files()
click to toggle source
# 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
Protected Instance Methods
handler()
click to toggle source
# File lib/generators/slim/oauth_consumer_generator.rb, line 16 def handler :slim end