6 lines
70 B
Ruby
6 lines
70 B
Ruby
|
|
class Session
|
||
|
|
def self.find_all()
|
||
|
|
$msframework.sessions
|
||
|
|
end
|
||
|
|
end
|