Parent

Symbol

Public Instance Methods

action(config = {}) click to toggle source
# File lib/netzke/core_ext/symbol.rb, line 10
def action(config = {})
  config.merge(:action => self)
end
component(config = {}) click to toggle source
# File lib/netzke/core_ext/symbol.rb, line 14
def component(config = {})
  config.merge(:netzke_component => self)
end
jsonify() click to toggle source
# File lib/netzke/core_ext/symbol.rb, line 2
def jsonify
  self.to_s.camelize(:lower).to_sym
end
l() click to toggle source
# File lib/netzke/core_ext/symbol.rb, line 6
def l
  ActiveSupport::JSON::Variable.new(self.to_s)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.