Skip to content

Instantly share code, notes, and snippets.

@calavera
Created April 6, 2011 16:46
Show Gist options
  • Save calavera/906020 to your computer and use it in GitHub Desktop.
Save calavera/906020 to your computer and use it in GitHub Desktop.
def index
schema = Mondrian::OLAP::Schema.define do
cube 'Sales' do
table 'sales'
end
end
render :text => 'baaaarrrrr'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment