Sha256: 51ab9b6790a11fffe5a848c863e62bf1c42fc157b2ad11982ac12b01732bb5f2
Contents?: true
Size: 165 Bytes
Versions: 30
Compression:
Stored size: 165 Bytes
Contents
class Rails::WelcomeController < ActionController::Base # :nodoc: self.view_paths = File.expand_path('../templates', __FILE__) layout nil def index end end
Version data entries
30 entries across 30 versions & 2 rubygems