Sha256: 61e52d3f713ce7e94088ab9183d3c9ba02f4eb82dee6c301db65293dce5dcac0

Contents?: true

Size: 204 Bytes

Versions: 6

Compression:

Stored size: 204 Bytes

Contents

# encoding: utf-8
module Sunrise  
  module Posts
    # Default way to setup Sunrise.
    def self.setup
      yield self
    end
  end
end

require 'sunrise/posts/version'
require 'sunrise/posts/engine'

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
sunrise-posts-0.1.5 lib/sunrise/posts.rb
sunrise-posts-0.1.4 lib/sunrise/posts.rb
sunrise-posts-0.1.3 lib/sunrise/posts.rb
sunrise-posts-0.1.2 lib/sunrise/posts.rb
sunrise-posts-0.1.1 lib/sunrise/posts.rb
sunrise-posts-0.1.0 lib/sunrise/posts.rb