Module: Card::Set::TypePlusRight::User::Follow::HtmlFormat

Extended by:
AbstractFormat
Defined in:
tmpsets/set/mod017-follow/type_plus_right/user/follow.rb

Instance Method Summary collapse

Instance Method Details

#pointer_items(args) ⇒ Object



66
67
68
69
# File 'tmpsets/set/mod017-follow/type_plus_right/user/follow.rb', line 66

def pointer_items args
  voo.items[:view] ||= :link
  super(args)
end

#show_button?Boolean

Returns:

  • (Boolean)


62
63
64
# File 'tmpsets/set/mod017-follow/type_plus_right/user/follow.rb', line 62

def show_button?
  card.current_user? || Auth.always_ok?
end