Sha256: c7810532122f1c6bbb7cfa5e085d7403e2d55e711ca121c9173830d8d2cec8cc

Contents?: true

Size: 236 Bytes

Versions: 1

Compression:

Stored size: 236 Bytes

Contents

require 'active_support'
module Forcast
	module Model
		module Meta
			extend ActiveSupport::Concern

			included do

			end

			def initialize()
			   @name = attributes[:name]
			   @email = attributes[:email]
			end

		end
	end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
forcast-0.0.110 lib/forcast/models/meta.rb