Class: Yinx::SQL::Note

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
lib/yinx_sql/note.rb

Instance Method Summary collapse

Instance Method Details

#stack_bookObject



8
9
10
11
# File 'lib/yinx_sql/note.rb', line 8

def stack_book
  st = stack.nil? ? '' : "#{stack}/"
  "#{st}#{book}"
end