class Alquran::Base
Protected Class Methods
entity_option()
click to toggle source
# File lib/alquran/base.rb, line 5 def entity_option { entity: self.name.split('::').last.downcase.to_sym } end
# File lib/alquran/base.rb, line 5 def entity_option { entity: self.name.split('::').last.downcase.to_sym } end