class Object

Constants

MIGRATION_BASE_CLASS

Public Class Methods

has_properties(*args, &block) click to toggle source
# File lib/rails-properties.rb, line 16
def self.has_properties(*args, &block)
  RailsProperties::Configuration.new(*args.unshift(self), &block)

  include RailsProperties::Base
  extend RailsProperties::Scopes
end