kostia/jquery-minicolors-rails

View on GitHub
test_app/app/controllers/test_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
class TestController < ApplicationController
  def index
    @balloon = OpenStruct.new(color: '#3a8a2f')
  end
end