class ActiveScaffold::DataStructures::ActionLinkSeparator
Attributes
Public Class Methods
Source
# File lib/active_scaffold/data_structures/action_link_separator.rb, line 3 def initialize(weight) @weight = weight end
Public Instance Methods
Source
# File lib/active_scaffold/data_structures/action_link_separator.rb, line 9 def ==(other) other == :separator end