Top Level Namespace

Included Modules

Extended Modules

Defined in:

Macro Summary

Instance methods inherited from module Ktistec::Database::Migration

add_column(table, column, definition, index = nil) add_column, columns(table) columns, down(filename = __FILE__, &proc : Operation) down, indexes(table) indexes, remove_column(table, column) remove_column, up(filename = __FILE__, &proc : Operation) up

Macro Detail

macro render(content, layout) #

Render a view with a layout as the superview.


[View source]
macro render(content) #

Render a view with the given filename.


[View source]