Sha256: ccaf7da9af5e2b2d27c8b528e444c408b9c6651ad482d66b72a52541a1593486
Contents?: true
Size: 193 Bytes
Versions: 1
Compression:
Stored size: 193 Bytes
Contents
class TestController < ActionController::Base include Rails.application.routes.url_helpers def render(*attributes); end end class PostsController < TestController restful_controller end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
restful-controller-0.0.3 | spec/fixtures/controllers.rb |