Sha256: 6a3d309180830ed2610cb185ff6447ca34edbc8b8191b5ef6724ae3270c6d20f

Contents?: true

Size: 209 Bytes

Versions: 13

Compression:

Stored size: 209 Bytes

Contents

module Effective
  module Snippets
    class CurrentUserInfo < Snippet

      def snippet_attributes
        super + [:method]
      end

      def snippet_tag
        :span
      end
      
    end
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
effective_regions-1.11.0 app/models/effective/snippets/current_user_info.rb
effective_regions-1.10.3 app/models/effective/snippets/current_user_info.rb
effective_regions-1.10.2 app/models/effective/snippets/current_user_info.rb
effective_regions-1.10.1 app/models/effective/snippets/current_user_info.rb
effective_regions-1.10.0 app/models/effective/snippets/current_user_info.rb
effective_regions-1.9.0 app/models/effective/snippets/current_user_info.rb
effective_regions-1.8.6 app/models/effective/snippets/current_user_info.rb
effective_regions-1.8.5 app/models/effective/snippets/current_user_info.rb
effective_regions-1.8.4 app/models/effective/snippets/current_user_info.rb
effective_regions-1.7.6 app/models/effective/snippets/current_user_info.rb
effective_regions-1.8.3 app/models/effective/snippets/current_user_info.rb
effective_regions-1.8.2 app/models/effective/snippets/current_user_info.rb
effective_regions-1.8.1 app/models/effective/snippets/current_user_info.rb