Class: Skmz::Info::SchemasController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/skmz/info/schemas_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



6
7
8
# File 'app/controllers/skmz/info/schemas_controller.rb', line 6

def index
  @schema = Skmz::Schema.load
end