Sha256: d4bfd0db3ebcb4002e676e49d8a62178f297027fc5cd9ad71fc3353d42ebf897

Contents?: true

Size: 189 Bytes

Versions: 45

Compression:

Stored size: 189 Bytes

Contents

# -*- coding: utf-8 -*-
class EditorController < ApplicationController
  def index
  end

  def demo
    @filename = (File.basename(params[:filename]) || 'car_chase') + '.rb.xml'
  end
end

Version data entries

45 entries across 45 versions & 1 rubygems

Version Path
smalruby-editor-0.1.11-x86-mingw32 app/controllers/editor_controller.rb
smalruby-editor-0.1.10-x86-mingw32 app/controllers/editor_controller.rb
smalruby-editor-0.1.10 app/controllers/editor_controller.rb
smalruby-editor-0.1.9-x86-mingw32 app/controllers/editor_controller.rb
smalruby-editor-0.1.9 app/controllers/editor_controller.rb