Sha256: 666dae65f8045737ae8396f04d3a78691710da041ae0498e6d6bd00e7c1c1176
Contents?: true
Size: 148 Bytes
Versions: 1
Compression:
Stored size: 148 Bytes
Contents
class TinyRailsController < ActionController::Base append_view_path File.dirname(__FILE__) def index render :template => 'index' end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tiny-rails-0.0.2 | templates/tiny_rails_controller.rb |