refinerycms_global_content_blocks
Small RefineryCMS engine for adding global content blocks. Something like this is quick to create yourself, but putting it out there to save anyone a few minutes.
My RefineryCMS template gem is current in development, when it is ready this gem will be of more use, allowing CMS users to place global content blocks in templates much like CMSMS does.
Installation
Add the gem to your gemfile
$ gem 'refinerycms_global_content_blocks'
Then run bundle install and restart your server
Useage
In the admin area you will be able to see a global content block engine.
The engine comes with a WYSIWYG editor so you can put HTML in the global content block.
Then render the global content block in your layout/view
$ <$= Refinery::GlobalContentBlocks::GlobalContentBlock.find_by_name("name").content.html_safe -%>