Sha256: 444260e81a94e8a6d7475157875bed5f57c5a906ea3f85d26fe7a5f41324c5be
Contents?: true
Size: 205 Bytes
Versions: 2
Compression:
Stored size: 205 Bytes
Contents
require 'tehportal/operation' module Tehportal class Model extend ActiveModel::Naming include Operation @operations = {} class << self attr_accessor :operations end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tehportal-0.1.3 | lib/tehportal/model.rb |
tehportal-0.1.0 | lib/tehportal/model.rb |