:/
This commit is contained in:
@@ -41,14 +41,21 @@ module Nineminutes
|
||||
plugins/path
|
||||
ajax/requests
|
||||
ajax/routes
|
||||
store
|
||||
plugins/bing
|
||||
plugins/coloranimations
|
||||
plugins/nivoslider
|
||||
plugins/imageresize
|
||||
plugins/autocomplete
|
||||
plugins/scrolling
|
||||
plugins/player
|
||||
animations/animations
|
||||
animations/fullscreen
|
||||
layout
|
||||
player
|
||||
ajax/loadmore
|
||||
ajax/album
|
||||
search
|
||||
)
|
||||
|
||||
# Configure the default encoding used in templates for Ruby 1.9.
|
||||
|
||||
@@ -1 +1 @@
|
||||
#require "sevendigital"
|
||||
require "sevendigital"
|
||||
+6
-1
@@ -14,13 +14,18 @@ Nineminutes::Application.routes.draw do
|
||||
match "/artists/:artist", :to => "artists#show"
|
||||
match "/more_tracks", :to => "artists#more_tracks"
|
||||
match "/more_albums", :to => "artists#more_albums"
|
||||
match "/more_artists", :to => "search#more_artists"
|
||||
match "/more_charts", :to => "charts#more"
|
||||
get "artists/", :to => "artists#index"
|
||||
|
||||
match "/autocomplete", :to => "search#autocomplete"
|
||||
match "/album_info", :to => "artists#album_info"
|
||||
match "/search_video", :to => "tracks#search_video"
|
||||
|
||||
#resources :artists, :constraints => { :id => /.*/ }
|
||||
resources :search
|
||||
resources :users
|
||||
resources :sidebar
|
||||
resources :search
|
||||
|
||||
get "home/", :to => "home#show"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user