Sha256: d54a0fab581dad99f7a0ce714d431fcd11922456b395c302638529c8a2b3e86d
Contents?: true
Size: 979 Bytes
Versions: 31
Compression:
Stored size: 979 Bytes
Contents
Praxis::Application.configure do |application| # This is a commented out copy of the default Praxis layout # This example app follows the standard practices, so there is no reason to override it # If we wanted to organize the structure and ordering of files, we can uncomment the layout # and define it at our own leisure # application.layout do # map :initializers, 'config/initializers/**/*' # map :lib, 'lib/**/*' # map :design, 'design/' do # map :api, 'api.rb' # map :helpers, '**/helpers/**/*' # map :types, '**/types/**/*' # map :media_types, '**/media_types/**/*' # map :endpoints, '**/endpoints/**/*' # end # map :app, 'app/' do # map :models, 'models/**/*' # map :responses, '**/responses/**/*' # map :exceptions, '**/exceptions/**/*' # map :concerns, '**/concerns/**/*' # map :resources, '**/resources/**/*' # map :controllers, '**/controllers/**/*' # end # end end
Version data entries
31 entries across 31 versions & 1 rubygems