module MyFirstRailsGem::ActsAsPuan::ClassMethods

Public Instance Methods

acts_as_puan(options = {}) click to toggle source
# File lib/my_first_rails_gem/act_as_puan.rb, line 9
def acts_as_puan(options = {})
  # your code will go here

  cattr_accessor :puan
  self.puan= "puan yang say hi to you"
end