codelation/blocky

View on GitHub
lib/blocky.rb

Summary

Maintainability
A
0 mins
Test Coverage
require "rails"
require "blocky/engine"

# Blocky allows you to add editable content blocks to any template with a single view helper.
module Blocky
end