moonmaster9000/frill

View on GitHub
test_frill_rails/app/controllers/auto_frill_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
class AutoFrillController < ApplicationController
  auto_frill
  respond_to :html

  def index
    @model = Model.new
    respond_with @model
  end
end