Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
articular / lib / articular.rb
Size: Mime:
require "articular/engine"

module Articular
  def self.params
    [:body, :excerpt, :published_at, :title, :meta_description, :state]
  end

  def self.date_constraints
    { year: /\d{4}/, month: /\d{1,2}/ }
  end
end