class ACIrb::ActrlScope

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/actrl.rb, line 3060
def rn
  'scope-' << @attributes['id'] << ''
end