class SceneSidebar
encoding: utf-8
Public Class Methods
parse_scene(scence)
click to toggle source
# File lib/scene_sidebar.rb, line 12 def parse_scene(scence) self.find_by :name => scence.to_s end
encoding: utf-8
# File lib/scene_sidebar.rb, line 12 def parse_scene(scence) self.find_by :name => scence.to_s end