Skip to content

Instantly share code, notes, and snippets.

# In helper file:
class ContentBox < BlockHelpers::Base
def initialize(title)
@title = title
end
def display(body)
%(
# Put this in an initializer (config/initializers/common_scopes.rb) or library file.
#
module CommonScopes
module ClassMethods
# Sort given fields ASC or DESC
#
# Example:
#
# class Post < ActiveRecord::Base