module Lightning

Constants

VERSION

Public Class Methods

flaggable_entities() click to toggle source
# File lib/lightning.rb, line 10
def self.flaggable_entities
  @@flaggable_entities.map { |f| f.constantize }
end