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.21-x86-mingw32 app/controllers/editor_controller.rb
smalruby-editor-0.1.21 app/controllers/editor_controller.rb
smalruby-editor-0.1.20-x86-mingw32 app/controllers/editor_controller.rb
smalruby-editor-0.1.20 app/controllers/editor_controller.rb
smalruby-editor-0.1.19-x86-mingw32 app/controllers/editor_controller.rb
smalruby-editor-0.1.19 app/controllers/editor_controller.rb
smalruby-editor-0.1.18-x86-mingw32 app/controllers/editor_controller.rb
smalruby-editor-0.1.18 app/controllers/editor_controller.rb
smalruby-editor-0.1.17-x86-mingw32 app/controllers/editor_controller.rb
smalruby-editor-0.1.17 app/controllers/editor_controller.rb
smalruby-editor-0.1.16-x86-mingw32 app/controllers/editor_controller.rb
smalruby-editor-0.1.16 app/controllers/editor_controller.rb
smalruby-editor-0.1.15-x86-mingw32 app/controllers/editor_controller.rb
smalruby-editor-0.1.15 app/controllers/editor_controller.rb
smalruby-editor-0.1.14-x86-mingw32 app/controllers/editor_controller.rb
smalruby-editor-0.1.14 app/controllers/editor_controller.rb
smalruby-editor-0.1.13-x86-mingw32 app/controllers/editor_controller.rb
smalruby-editor-0.1.13 app/controllers/editor_controller.rb
smalruby-editor-0.1.12-x86-mingw32 app/controllers/editor_controller.rb
smalruby-editor-0.1.12 app/controllers/editor_controller.rb