module Blog::Gem

Constants

VERSION

Public Class Methods

setup() { |self| ... } click to toggle source
# File lib/blog/gem.rb, line 39
def self.setup(&block)
   yield self

   if Rails.env != "production"
       self.url = "http://localhost:3000"
   end
end