Sha256: 3d900b25c716a1d53e3d8fd416c8ccd7fc1f7a052a814aa36fe6b8f72c82b7d4

Contents?: true

Size: 148 Bytes

Versions: 1

Compression:

Stored size: 148 Bytes

Contents

class Text < ActiveRecord::Base

  def entity_value
    self.value
  end

  def entity_value=(value)
    self.value = value
    self.save
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
appyantra_admin-0.0.1 app/models/text.rb